home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Complementary Applications 2004 February / SGI IRIX 6.5 Complementary Applications 2004 February.iso / dist / cde.idb / usr / dt / config / C / sys.session.z / sys.session
Encoding:
Text File  |  2003-11-18  |  2.1 KB  |  80 lines

  1. #
  2. # sys.session
  3. #
  4. # Copyright 2000, Silicon Graphics, Inc.
  5. # ALL RIGHTS RESERVED
  6. # UNPUBLISHED -- Rights reserved under the copyright laws of the United
  7. # States.   Use of a copyright notice is precautionary only and does not
  8. # imply publication or disclosure.
  9. #
  10. # U.S. GOVERNMENT RESTRICTED RIGHTS LEGEND:
  11. # Use, duplication or disclosure by the Government is subject to restrictions
  12. # as set forth in FAR 52.227.19(c)(2) or subparagraph (c)(1)(ii) of the Rights
  13. # in Technical Data and Computer Software clause at DFARS 252.227-7013 and/or
  14. # in similar or successor clauses in the FAR, or the DOD or NASA FAR
  15. # Supplement.  Contractor/manufacturer is Silicon Graphics, Inc.,
  16. # 2011 N. Shoreline Blvd. Mountain View, CA 94039-7311.
  17. #
  18. # THE CONTENT OF THIS WORK CONTAINS CONFIDENTIAL AND PROPRIETARY
  19. # INFORMATION OF SILICON GRAPHICS, INC. ANY DUPLICATION, MODIFICATION,
  20. # DISTRIBUTION, OR DISCLOSURE IN ANY FORM, IN WHOLE, OR IN PART, IS STRICTLY
  21. # PROHIBITED WITHOUT THE PRIOR EXPRESS WRITTEN PERMISSION OF SILICON
  22. # GRAPHICS, INC.
  23. #
  24. ################################################################
  25. #
  26. #   SGI Common Desktop Environment (CDE)
  27. #
  28. #   sys.session:  Default session initiation file for CDE
  29. #
  30. #   (c) Copyright 1994, 1995 TriTeal Corporation
  31. #   (c) Copyright 1993, 1994 Hewlett-Packard Company
  32. #   (c) Copyright 1993, 1994 International Business Machines Corp.
  33. #   (c) Copyright 1993, 1994 Sun Microsystems, Inc.
  34. #   (c) Copyright 1993, 1994 Novell, Inc.
  35. #
  36. #   This file is processed once for new CDE users
  37. #
  38. #   placed in: /etc/dt/sys.session
  39. #
  40.  
  41. #
  42. #   $XConsortium: sys.session.src /main/cde1_maint/2 1995/08/30 16:40:22 gtsang $
  43. #
  44. ################################################################
  45.  
  46.  
  47. dtsmcmd -cmd "/usr/dt/bin/dtterm -C -iconic -ls -name Console"
  48.  
  49.  
  50.  
  51.  
  52.  
  53. #
  54. # Start up the File Manager...
  55. #
  56.  
  57.  
  58. dtsmcmd -cmd "   /usr/dt/bin/dtfile -dir ~ -geometry +700+0"
  59.  
  60.  
  61.  
  62. #
  63. # Start up the Introduction Manager...
  64. #
  65.  
  66.  
  67. dtsmcmd -cmd "   /usr/dt/bin/dthelpview -helpVolume Intromgr"
  68.  
  69. #
  70. # Initialize the help browser
  71. #
  72.  
  73.  
  74. dtsmcmd -cmd "   /usr/dt/bin/dtaction Dthelpgen_delay"
  75.  
  76.  
  77.  
  78. ###################       End of the sys.session File  #############
  79.